Opc.Ua.Core
ExpandedNodeId Constructor(Byte[])



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(Byte[])
The id of the node we are wrapping
Initializes a opaque node identifier.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As Byte _
)
'Usage
 
Dim value() As Byte
 
Dim instance As New ExpandedNodeId(value)
public ExpandedNodeId( 
   byte[] value
)
public:
ExpandedNodeId( 
   array<byte>^ value
)

Parameters

value
The id of the node we are wrapping
Remarks
Creates a new instance of the class while allowing you to specify the byte[] id of the node.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExpandedNodeId Class
ExpandedNodeId Members
Overload List